Skip to content

upgrade all packages#2

Merged
tmclaugh merged 2 commits into
mainfrom
bug/1-createentityfunction-fails
Jun 28, 2026
Merged

upgrade all packages#2
tmclaugh merged 2 commits into
mainfrom
bug/1-createentityfunction-fails

Conversation

@tmclaugh

Copy link
Copy Markdown
Member

Doing this in hope that dependency with a commonjs import has been updated.

fixes #1

Doing this in hope that dependency with a commonjs import has been updated.
@tmclaugh tmclaugh added the bug Something isn't working label Jun 28, 2026
@tmclaugh tmclaugh self-assigned this Jun 28, 2026
@tmclaugh tmclaugh added the bug Something isn't working label Jun 28, 2026
@tmclaugh tmclaugh marked this pull request as ready for review June 28, 2026 02:48
Copilot AI review requested due to automatic review settings June 28, 2026 02:48

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to resolve issue #1 (“Dynamic require of buffer is not supported” during Lambda init) by upgrading project dependencies and adjusting TypeScript configuration to include Node typings.

Changes:

  • Upgraded core dev tooling (TypeScript, ESLint, Jest, esbuild) and runtime dependencies (AWS SDK v3, Powertools).
  • Updated tsconfig.json to explicitly include Node type definitions.

Reviewed changes

Copilot reviewed 1 out of 3 changed files in this pull request and generated 1 comment.

File Description
tsconfig.json Adds explicit Node typings to the TypeScript compiler options.
package.json Upgrades devDependencies and dependencies (toolchain + AWS libraries).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
@tmclaugh tmclaugh merged commit 54da152 into main Jun 28, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CreateEntityFunction fails when creating catalog entity

2 participants